type reflect.bitVector
7 uses
reflect (current package)
abi.go#L347: stackPtrs *bitVector
abi.go#L399: stackPtrs := new(bitVector)
makefunc.go#L148: stack *bitVector // ptrmap for both stack args and results
type.go#L2575: bv := new(bitVector)
type.go#L2884: type bitVector struct {
type.go#L2890: func (bv *bitVector) append(bit uint8) {
type.go#L2903: func addTypeBits(bv *bitVector, offset uintptr, t *abi.Type) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)